.news_a {
  padding-bottom: 6.25%;
}
.news_a .news-ul {
  /* border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5; */
}
.news_a .news-ul a {
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  width: 31.25%;
  float: left;
  padding: 30px;
  margin-right: 3.125%;
  margin-bottom: 3.125%;
  /* border-right: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5; */
  background: #fafafa;
}
.news_a .news-ul a:nth-child(3n) {
    margin-right: 0;
}
.news_a .news-ul a .time {
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  color: #999999;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 18px;
}
.news_a .news-ul a .title {
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  font-size: 18px;
  color: #444444;
  font-weight: bold;
  margin-bottom: 24px;
  line-height: 30px;
  height: 60px;
}
.news_a .news-ul a .imgbox {
  overflow: hidden;
  margin-bottom: 30px;
}
.news_a .news-ul a .imgbox img {
  width: 100%;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.news_a .news-ul a .more {
  color: #333333;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.news_a .news-ul a .more img {
  margin-left: 13px;
  position: relative;
  top: -1px;
}
.news_a .news-ul a .more .act {
  display: none;
}
.news_a .news-ul a:nth-child(1),
.news_a .news-ul a:nth-child(2),
.news_a .news-ul a:nth-child(3) {
  border-top: none;
}
.news_a .news-ul a:nth-child(3n) {
  border-right: none;
}
.news_a .news-ul a:hover {
  background-color: #2f318b;
}
.news_a .news-ul a:hover .time,
.news_a .news-ul a:hover .title,
.news_a .news-ul a:hover .more {
  color: #fff;
}
.news_a .news-ul a:hover .imgbox img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.news_a .news-ul a:hover .more .act {
  display: inline-block;
}
.news_a .news-ul a:hover .more .nor {
  display: none;
}
.news_b {
  background: #f5f5f5;
  padding: 4.5% 0 5.2083%;
}
.news_b .wrap1400 {
  padding: 4.5% 3.5%;
  background: #fff;
}
.news_b .wrap1400 .newtlbox {
  padding-bottom: 50px;
  text-align: center;
}
.news_b .wrap1400 .newtlbox .tl {
  font-size: 24px;
  color: #444444;
  font-weight: bold;
  margin-bottom: 26px;
}
.news_b .wrap1400 .newtlbox .where {
  font-size: 14px;
  color: #999999;
}
.news_b .wrap1400 .newtlbox .where span {
  margin-right: 30px;
}
.news_b .wrap1400 .newtlbox .where span:last-child {
  margin-right: 0;
}
.news_b .wrap1400 .newcont {
  padding: 30px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  color: #666666;
  line-height: 28px;
}
.news_b .wrap1400 .newcont .b {
  font-weight: bold;
  display: block;
}
.search_a {
  padding-bottom: 6.25%;
}
.search_a .result_te {
  font-size: 18px;
  color: #444444;
  padding: 60px 0;
}
.search_a .result_te span {
  font-weight: bold;
}
.search_a .tabbox {
  width: 100%;
  max-width: 560px;
  border: solid 1px #e5e5e5;
  margin: 0 auto 65px;
}
.search_a .tabbox .tab {
  width: 50%;
  cursor: pointer;
  color: #444;
  float: left;
  text-align: center;
  font-size: 16px;
  color: #444444;
  line-height: 60px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.search_a .tabbox .tab:first-child {
  border-right: 1px solid #e5e5e5;
}
.search_a .tabbox .actTab,
.search_a .tabbox .tab:hover {
  color: #fff;
  background: #2f318b;
}
.search_a .content .box {
  display: none;
}
.search_a .content .box:nth-child(1) {
  display: block;
}
@media (max-width: 1440px) {
  .news_a .news-ul a {
    padding: 65px 2%;
  }
  .news_a .news-ul a .time {
    font-size: 14px;
  }
  .news_a .news-ul a .title {
    font-size: 16px;
    margin-bottom: 16px;
    line-height: 26px;
    height: 52px;
  }
  .news_b .wrap1400 .newtlbox .tl {
    font-size: 20px;
  }
}
@media (max-width: 1280px) {
  .news_a .news-ul a {
    padding: 50px 2%;
  }
  .news_b .wrap1400 .newtlbox .tl {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .news_a .news-ul a {
    padding: 40px 2%;
  }
}
@media (max-width: 768px) {
  .news_a {
    padding-bottom: 50px;
  }
  .news_a .news-ul {
    border: none;
  }
  .news_a .news-ul a {
    padding: 40px 4%;
    width: 100%;
    /* border: 1px solid #e5e5e5!important; */
    margin-bottom: 20px;
  }
  .news_a .news-ul a .title {
    max-height: 52px;
    height: auto;
  }
  .news_a .news-ul a:last-child {
    margin-bottom: 0;
  }
  .moreBtn {
    width: 100%;
    height: 44px;
    background-color: #005aa1;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    text-align: center;
    line-height: 44px;
    color: #fff;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    margin-top: 40px;
  }
  .moreBtn img {
    margin-left: 12px;
    position: relative;
    top: -2px;
  }
  .news_b {
    padding: 50px 0;
  }
  .news_b .wrap1400 {
    padding: 40px 20px;
  }
  .news_b .wrap1400 .newtlbox {
    padding-bottom: 10px;
  }
  .news_b .wrap1400 .newtlbox .tl {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .news_b .wrap1400 .newtlbox .where {
    font-size: 12px;
  }
  .news_b .wrap1400 .newtlbox .where span {
    margin-right: 10px;
  }
  .news_b .wrap1400 .newcont {
    padding: 20px 0;
  }
}
